home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / PGTABLE.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  381b  |  17 lines

  1. #ifndef _ASMARM_PGTABLE_H
  2. #define _ASMARM_PGTABLE_H
  3.  
  4. #include <asm/proc-fns.h>
  5. #include <asm/proc/pgtable.h>
  6.  
  7. #define module_map    vmalloc
  8. #define module_unmap    vfree
  9.  
  10. extern int do_check_pgt_cache(int, int);
  11.  
  12. /* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
  13. #define PageSkip(page)            (0)
  14. #define kern_addr_valid(addr)        (1)
  15.  
  16. #endif /* _ASMARM_PGTABLE_H */
  17.